index
:
karakeep
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
web
/
app
/
api
/
auth
/
[...nextauth]
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-02
fix: Fix missing key property in bookmark grid
MohamedBassem
1
-1
/
+1
2024-03-02
feature: Show a loading indicator when tags are still being fetched
MohamedBassem
9
-13
/
+877
2024-03-02
fix: URL decode tag names to allow accessing tags with spaces in their name
MohamedBassem
1
-2
/
+3
2024-03-02
ui: Minor UI tweaks in admin page and sidebar
MohamedBassem
2
-32
/
+36
2024-03-02
feature: Update favicon
MohamedBassem
3
-2
/
+0
2024-03-02
feature: Make the first user an admin automatically
MohamedBassem
4
-11
/
+86
2024-03-02
dev: Disable db query logging given that it's very noisy
MohamedBassem
1
-12
/
+1
2024-03-02
fix: Remove unique index on API key name as it was forcing the name to be uni...
MohamedBassem
4
-1
/
+801
2024-03-02
feature: Store full link content and index them
MohamedBassem
9
-1
/
+878
2024-03-01
feature: Default server address for the bookmark and a spinner while its saving
MohamedBassem
3
-13
/
+52
2024-03-01
feature: Add an admin page showing server stats and actions
MohamedBassem
12
-7
/
+1048
2024-03-01
feature: Add full text search support
MohamedBassem
17
-12
/
+440
2024-03-01
feature: Add support for creating and updating lists
MohamedBassem
23
-5
/
+2030
2024-02-29
fix: Disable query logging in production
MohamedBassem
1
-4
/
+4
2024-02-29
fix: Fix browser bookmarking input schema
MohamedBassem
2
-11
/
+10
2024-02-29
fix: Fix API key authorization
MohamedBassem
1
-0
/
+10
2024-02-29
docker: Build docker images on every push to main
MohamedBassem
1
-19
/
+35
2024-02-29
fix: Fix the padding of the tag view page
MohamedBassem
2
-3
/
+4
2024-02-29
ui: Slightly better looking AllTags page
MohamedBassem
1
-6
/
+4
2024-02-29
fix: Prevent openai from inferring tags from the prompt itself
MohamedBassem
1
-5
/
+10
2024-02-29
refactor: Use a Slot for passing classnames to children instead
MohamedBassem
3
-15
/
+15
2024-02-29
fix: Remove extra row-span from LinkCard
MohamedBassem
2
-3
/
+2
2024-02-29
fix: Delete URL on successful bookmark
MohamedBassem
1
-0
/
+4
2024-02-29
fix: Fix the look of the grid view and allowing notes to have variable size
MohamedBassem
5
-10
/
+5
2024-02-29
fix: Fix phantom links in tag pills
MohamedBassem
1
-11
/
+11
2024-02-29
fix: Change the colors of the tag pill
MohamedBassem
1
-3
/
+3
2024-02-29
fix: Open links in new tab
MohamedBassem
1
-2
/
+6
2024-02-28
feature: Add support for markdown in the text bookmarks
MohamedBassem
7
-39
/
+692
2024-02-28
fix: Fix the positioning of the favourited star
MohamedBassem
1
-8
/
+10
2024-02-28
feature: Support tag inferance for note bookmarks
MohamedBassem
2
-40
/
+65
2024-02-28
feature: Add support for storing and previewing raw notes
MohamedBassem
20
-113
/
+1134
2024-02-28
fix: Fix drizzle logging params in prod
MohamedBassem
1
-1
/
+12
2024-02-28
tests: Add tests for the bookmarks routes
MohamedBassem
15
-74
/
+849
2024-02-28
feature: Show a visual indication when an item is favourited
MohamedBassem
1
-0
/
+8
2024-02-28
feature: Add copy link to bookmark options
MohamedBassem
1
-0
/
+12
2024-02-27
fix: Fix trpc output validation when deleting API keys
MohamedBassem
1
-3
/
+1
2024-02-27
docker: Remove the file:/ prefix from database URLs
MohamedBassem
4
-7
/
+6
2024-02-27
docker: Run db migrations on web app startup
MohamedBassem
5
-17
/
+30
2024-02-26
build: Migrate from yarn to pnpm
MohamedBassem
16
-10678
/
+8701
2024-02-26
feature: Add support for adding/removing tags
MohamedBassem
6
-52
/
+365
2024-02-23
db: Migrate from prisma to drizzle
MohamedBassem
41
-946
/
+2148
2024-02-23
readme: Add a homepage screenshot
MohamedBassem
3
-2
/
+6
2024-02-22
fix: Remove the separator line from the sign in page when no providers are co...
MohamedBassem
1
-1
/
+1
2024-02-22
fix: Tag filtering and sorting
MohamedBassem
1
-2
/
+2
2024-02-22
fix: Minor UI tweaks and fixing addition of first bookmark
MohamedBassem
4
-13
/
+18
2024-02-22
build: Stop downloading puppeteer in github actions
MohamedBassem
2
-1
/
+4
2024-02-22
fix: Make typescript happy
MohamedBassem
1
-1
/
+2
2024-02-22
feature: Introduce a separate sidebar for the mobile
MohamedBassem
5
-5
/
+64
2024-02-22
feature: Adding a loading page while bookmarks are being fetched
MohamedBassem
2
-2
/
+13
2024-02-22
feature: Adding some loading card while the link is getting crawled
MohamedBassem
8
-50
/
+102
[next]